home *** CD-ROM | disk | FTP | other *** search
- ; ntet6k.inf
- ;
- ; Installation inf for the Hercules Computer Technology, Inc. et6k graphics adapter.
- ;
- ;
-
- [Version]
- Signature="$CHICAGO$"
- Provider=%Hercules%
- ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
- Class=Display
-
- [DestinationDirs]
- DefaultDestDir = 11
- et6k.Miniport = 12 ; drivers
- et6k.Display = 11 ; system32
- ntet6k.inf = 17 ; inf
-
- ;
- ; Driver information
- ;
-
- [Manufacturer]
- %Hercules% = Hercules.Mfg
-
- [Hercules.Mfg]
- %Hercules% Dynamite 128 Series (v 1.02.0c) = et6k
-
-
- ;
- ; General installation section
- ;
-
- [et6k]
- CopyFiles=et6k.Miniport, et6k.Display, et6k.Inf
-
- ;
- ; File sections
- ;
-
- [et6k.Miniport]
- et6k.sys
-
- [et6k.Display]
- w32et6k.dll
-
- [et6k.Inf]
- ntet6k.inf
-
- ;
- ; Service Installation
- ;
-
- [et6k.Services]
- AddService = et6k, 0x00000002, et6k_Service_Inst, et6k_EventLog_Inst
-
- [et6k_Service_Inst]
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 1 ; SERVICE_SYSTEM_START
- ErrorControl = 0 ; SERVICE_ERROR_IGNORE
- LoadOrderGroup = Video
- ServiceBinary = %12%\et6k.sys
-
- [et6k_EventLog_Inst]
- AddReg = et6k_EventLog_AddReg
-
- [et6k_EventLog_AddReg]
- HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\et6k.sys"
- HKR,,TypesSupported,0x00010001,7
-
-
- ;
- ; Software Installation
- ;
-
- [et6k.SoftwareSettings]
- AddReg = et6k_SoftwareDeviceSettings
-
- [et6k_SoftwareDeviceSettings]
- HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, w32et6k
- HKR,, VgaCompatible, %REG_DWORD%, 1
-
-
- [et6k.OpenGLSoftwareSettings]
-
-
- ;
- ; Source file information
- ;
-
- [SourceDisksNames.x86]
- 1 = %DiskId%,,,""
-
- [SourceDisksFiles]
- et6k.sys = 1
- w32et6k.dll = 1
-
-
-
- [Strings]
-
- ;
- ; Non-Localizable Strings
- ;
-
- REG_SZ = 0x00000000
- REG_MULTI_SZ = 0x00010000
- REG_EXPAND_SZ = 0x00020000
- REG_BINARY = 0x00000001
- REG_DWORD = 0x00010001
- SERVICEROOT = System\CurrentControlSet\Services
-
- ;
- ; Localizable Strings
- ;
-
- DiskId = "Hercules Computer Technology, Inc. Installation DISK (VIDEO)"
- GraphAdap = "Graphics Adapter"
- Hercules = "Hercules Computer Technology, Inc."
-